Gets or sets the permissions that are explicitly denied to the Entity.
__property long DenyMask;
long DenyMask;
Property DenyMask() As long
long
The DenyMask can is set to a combination of values from the SecurityActionsEnum enumeration. Any permissions included in the DenyMask are prohibuted to the entity, even if those permissions are granted elsewhere.
Denying some permissions causes other "implied" permissions to be denied automatically:
Value |
Also Denies |
saList |
saView,saModify,saExecute,saDelete |
saView |
saModify |
saHoldRelease |
saModify |
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|